home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / misc / felix / source / internalcatalog.cpp < prev    next >
Text File  |  1999-01-25  |  1KB  |  27 lines

  1. //*************************************************************************//
  2. // Filename:    internalcatalog.cpp
  3. // Autor:       Christian Taulien of Strange Intelligence
  4. // Purpose:     internal catalog for FelixAPI
  5. // Creation:    31. März 1998
  6. //*************************************************************************//
  7.  
  8. unsigned char *glob_asInternCatalog[] =
  9. {
  10.   "Felix.api",
  11.   "Felix.api - Info",
  12.   "\nFelix!\n\nThis API (GoldED-PlugIn) watches write accesses\nby other tasks to GoldED-opened files\nand provides functionality to display\na list of the currently opened textwindows.\n\n©1998 Christian <City> Taulien of Strange Intelligence\nA suggestion by Jens <Himpel> Gelhar\nDeveloped using StormC 3.0\n",
  13.   "Okay",
  14.   "\nThe file \n%s\n was changed out of GoldEd.\n\nDo you want to reload it into GoldED?\n",
  15.   "Felix.api - Notify",
  16.   " Yes | No ",
  17.   "Felix.api - WindowList",
  18.   "List of Windows:",
  19.   "_Okay",
  20.   "_Close",
  21.   "C_ancel",
  22.   "###",
  23.   "Error:",
  24.   "An undefined error occured!"
  25. };
  26.  
  27.